home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_366 / ndebt / makefile < prev    next >
Makefile  |  1992-05-06  |  204b  |  11 lines

  1. #
  2. # makefile for Ndebt: Manx Aztec C v5.0a
  3. #
  4. # use small code and data, 32 bit ints, Manx floating point
  5. #
  6. # CFLAGS to use Manx floating point
  7. CFLAGS = -fm
  8. Ndebt:  Ndebt.o
  9.     ln Ndebt.o detach.ols -lm -lc
  10.  
  11.